home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / du_lib / help / newstuff.txt < prev    next >
Encoding:
Text File  |  1995-07-10  |  2.5 KB  |  68 lines

  1. Whats New In v1.1 ?
  2. ====================
  3.  
  4. o Popup Menus. This is similar to form_alert() in that you don't need to put
  5.    anything in your RSC file to use popups - you just call form_popup() and the
  6.    object tree is built on the fly then thrown away when it has been used.
  7.  
  8. o GUI Mode Configuration. Set right button to simulate double click on left,
  9.    etc.
  10.  
  11. o Colour-to-monochrome resource file convertion.
  12.  
  13. o Bug fixes.
  14.  
  15. Whats New In v1.2 ?
  16. ====================
  17.  
  18. o Multi-Layer keyboard handler routines - this is a biggy, so better read the
  19.    docs.
  20.  
  21. Whats New In v1.3 ?
  22. ====================
  23.  
  24. o Derived from the keyboard handler routines, a full blown multi-line scrolling
  25.    Text Editor widget is provided, allowing all the standard text editting
  26.    functions with no intervention from the programmer at all. You'll not write
  27.    Tempus2 with this, but you may find it quite useful if you need a spot of
  28.    text editting within a larger program. Suprisingly, this is less complex to
  29.    use than the Keyboard handler :)
  30.  
  31. o Finally fixed the dialog custom object redraw routines to stop corrupting
  32.    things when updating background windows.
  33.  
  34. o Recoded the popup menus to be click-click or hold-release, and mouse
  35.    tracking.
  36. o Recoded icon popups to be click-click and mouse tracking.
  37.  
  38. o Extended system variables and clipping inside callback funtions
  39.    (cr_clip & cr_dclip now always defined, not just in redraw callbacks).
  40.  
  41. o Added functions for handling editable text objects.
  42.  
  43. o Timed callbacks - routines that are called every few milliseconds
  44.   for you. Great for doing animations & stuff, or having a dialog
  45.   close itself after a few seconds.
  46.  
  47. o Added PollEvent() to check & see if any events are pending, and return
  48.   after a set time. Good for checking the GUI if you are doing long
  49.   calculations, as it lets accessories get in, and also allows you
  50.   to create abort buttons that can interupt you.
  51.  
  52. o Fixed a few problems with MiNT, now works fine with MiNTLIBS for
  53.   Lattice C.
  54.  
  55. o Fixed compatibility with SpeedoGDOS.
  56.  
  57. o Added direct support for context sensitive help with ST-Guide.
  58.  
  59. o Can now attatch callback functions to the actual window widgets
  60.   as well. These overide the standard behaviour default of the widget.
  61.  
  62. o Resource files containing colour icons can be loaded, even on machines
  63.   that are to old to support them. The G_CICON's are converted into
  64.   G_ICON's in that case by DULIB's own resource loader.
  65.  
  66. Craig.
  67.  
  68.